home *** CD-ROM | disk | FTP | other *** search
/ Animations / Animations CD.iso / moviesetter / calvin&hobbes / make-assignments < prev    next >
Text File  |  1993-02-13  |  452b  |  17 lines

  1. .Key ""
  2.  
  3. echo ""
  4. echo "This script will make appropriate assignments for running the animation"
  5. echo "out of a single directory on a hard disk.  It is not necessary if you"
  6. echo "are running the animation from a pair of floppies."
  7. echo ""
  8.  
  9. ask "Do you wish to assign C&H01: and C&H02: to the current directory?"
  10. if WARN
  11.     echo "Making assignments..."
  12.     ASSIGN C&H01: ""
  13.     ASSIGN C&H02: ""
  14. endif
  15.  
  16. echo "All Done.  Click close gadget to get rid of window."
  17.